Git Collection

Meow King December 15, 2023 Updated: January 10, 2024 #git #collection

Useful git guides:

git help -g

# The Git concept guides are:
# core-tutorial    A Git core tutorial for developers
# credentials      Providing usernames and passwords to Git
# cvs-migration    Git for CVS users
# diffcore         Tweaking diff output
# everyday         A useful minimum set of commands for Everyday Git
# faq              Frequently asked questions about using Git
# glossary         A Git Glossary
#    namespaces       Git namespaces
#    remote-helpers   Helper programs to interact with remote repositories
#    submodules       Mounting one repository inside another
#    tutorial         A tutorial introduction to Git
#    tutorial-2       A tutorial introduction to Git: part two
#    workflows        An overview of recommended workflows with Git
# 
# 'git help -a' and 'git help -g' list available subcommands and some
# concept guides. See 'git help <command>' or 'git help <concept>'
# to read about a specific subcommand or concept.
# See 'git help git' for an overview of the system.

SourceHut Git tutorials:

  1. git rebase in depth
  2. git send mail

Large Project development guide:

  1. Using Git - Rust Compiler Development Guide

Git Command CheatSheet:

man git